Bug 536990 - updateiconcache.c: 'close ()' is redundant
authorTor Lillqvist <tml@novell.com>
Sat, 7 Jun 2008 04:19:54 +0000 (04:19 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 7 Jun 2008 04:19:54 +0000 (04:19 +0000)
commit3610acff8a4cb7b9b804940b044007e5d10953ef
tree7ffb11e013f918f89b50cc4d577c42821d692563
parentd06e3a6a62f066965810fecacaf4685a25a927df
Bug 536990 - updateiconcache.c: 'close ()' is redundant

2008-06-07  Tor Lillqvist  <tml@novell.com>

Bug 536990 - updateiconcache.c: 'close ()' is redundant

* gtk/updateiconcache.c (build_cache): Drop redundant close()
calls. fclose() on a fdopen()ed strema closes the underlying file
descriptor.

svn path=/trunk/; revision=20327
ChangeLog
gtk/updateiconcache.c